-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add CSS Theme Variables
and Shadow DOM
pages
#950
Conversation
…Search state for future changes
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
🦋 Changeset detectedLatest commit: 9fb9364 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v2 #950 +/- ##
=======================================
Coverage 78.43% 78.44%
=======================================
Files 406 406
Lines 6692 6693 +1
=======================================
+ Hits 5249 5250 +1
Misses 1443 1443 ☔ View full report in Codecov by Sentry. |
Tonic UI DemoOn 2024-12-04 08:05:34 +0000, PR #950 (9fb9364) was successfully deployed. You can view it at the following link: |
43bb419
to
1f18abb
Compare
289772a
to
79bcea6
Compare
CSS Theme Variables
and Shadow DOM
pages
/describe |
PR Description updated to latest commit (1626df3)
|
User description
Demo:
Description
Changes walkthrough 📝
sidebar-routes.js
Add Customization Section with Shadow DOM Route
packages/react-docs/config/sidebar-routes.js
shadow-dom.page.mdx
Create Shadow DOM Customization Page
packages/react-docs/pages/customization/shadow-dom.page.mdx
_app.page.js
Update Theme Configuration and InstantSearch State
packages/react-docs/pages/_app.page.js
index.page.js
Redirect to Shadow DOM Customization Page
packages/react-docs/pages/customization/index.page.js
shadow-dom.js
Implement Shadow DOM Example with Modal
packages/react-docs/pages/customization/shadow-dom.js
PR Type
Documentation, Enhancement
Description
useDefaultProps
hook for managing default props.Changes walkthrough 📝
5 files
MDXComponents.js
Refactor BlockquoteComponent and remove styled-components
packages/react-docs/components/MDXComponents.js
styled
import from Emotion.BlockquoteComponent
to remove styled-components usage.BlockquoteComponent
usingsx
prop._app.page.js
Update Theme and InstantSearch Configuration
packages/react-docs/pages/_app.page.js
tonic-css
.css-theme-variables.js
Adjust CSS Theme Variables Display
packages/react-docs/pages/customization/css-theme-variables.js
shadow-dom.js
Implement Shadow DOM with Emotion Cache
packages/react-docs/pages/customization/shadow-dom.js
Popper.js
Use useDefaultProps Hook in Popper Component
packages/react/src/popper/Popper.js
useDefaultProps
hook for managing default props.useDefaultProps
.6 files
sidebar-routes.js
Add Customization Section with New Routes
packages/react-docs/config/sidebar-routes.js
tonic-ui-943.md
Document Popper Component Enhancement
.changeset/tonic-ui-943.md
useDefaultProps
hook in Popper.css-theme-variables.page.mdx
Add Documentation for CSS Theme Variables
packages/react-docs/pages/customization/css-theme-variables.page.mdx
shadow-dom.page.mdx
Add Documentation for Shadow DOM Integration
packages/react-docs/pages/customization/shadow-dom.page.mdx
index.page.mdx
Remove Outdated CSS Variables Documentation
packages/react-docs/pages/getting-started/css-variables/index.page.mdx
index.page.mdx
Update Usage Documentation for CSS Theme Variables
packages/react-docs/pages/getting-started/usage/index.page.mdx
createTheme
.